object frmViewPicture: TfrmViewPicture Left = 446 Top = 290 BorderIcons = [biSystemMenu, biMaximize] ClientHeight = 266 ClientWidth = 442 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgPicture: TTntImage Left = 0 Top = 0 Width = 442 Height = 266 Align = alClient Center = True Proportional = True OnClick = imgPictureClick ExplicitWidth = 500 ExplicitHeight = 328 end end